Feature: Crear POST
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 29.639s |
Scenario: Como un usuario inicio sesión y creo un post con video de youtube
Before
0m 1.165s
Given
I navigate to page "<LOGIN_URL>"
0m 0.537s
And
I wait for 1 seconds
0m 1.123s
And
I set text "<USERNAME>" on element with xpath "<USERNAME_EID>"
0m 0.196s
And
I set text "<PASSWORD>" on element with xpath "<PASSWORD_EID>"
0m 0.147s
And
I wait for 1 seconds
0m 1.099s
Then
I click element with xpath "<BTN_SIGNIN_EID>"
0m 0.158s
And
I wait for 1 seconds
0m 1.222s
Given
I navigate to page "<CREATE_POST_URL>"
0m 0.341s
And
I wait for 3 seconds
0m 3.116s
And
I set text "Prueba con Video" on element with xpath "<POST_TITLE_ECLASS>"
0m 0.186s
And
I wait for 1 seconds
0m 1.114s
Then
I click element with xpath "<CONTENT_ECLASS>"
0m 0.243s
And
Enter on element with xpath "<CONTENT_ECLASS>"
0m 0.129s
And
I wait for 1 seconds
0m 1.127s
Then
I click element with xpath "<PLUS_ADD_ECLASS>"
0m 0.286s
And
I wait for 2 seconds
0m 2.134s
Then
I click element with xpath "<YOUTUBE_XPATH>"
0m 0.198s
And
I wait for 3 seconds
0m 3.118s
Then
I click element with xpath "<YOUTUBE_INPUT_XPATH>"
0m 0.171s
And
I wait for 1 seconds
0m 1.116s
And
I set text "<YOUTUBE_LINK>" on element with xpath "<YOUTUBE_INPUT_XPATH>"
0m 0.335s
And
Enter on element with xpath "<YOUTUBE_INPUT_XPATH>"
0m 0.150s
And
I wait for 10 seconds
0m 10.224s
After
0m 0.004s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "<LOGIN_URL>"
And
I wait for 1 seconds
And
I set text "<USERNAME>" on element with xpath "<USERNAME_EID>"
And
I set text "<PASSWORD>" on element with xpath "<PASSWORD_EID>"
And
I wait for 1 seconds
Then
I click element with xpath "<BTN_SIGNIN_EID>"
And
I wait for 1 seconds
Given
I navigate to page "<CREATE_POST_URL>"
And
I wait for 3 seconds
And
I set text "Prueba con Video" on element with xpath "<POST_TITLE_ECLASS>"
And
I wait for 1 seconds
Then
I click element with xpath "<CONTENT_ECLASS>"
And
Enter on element with xpath "<CONTENT_ECLASS>"
And
I wait for 1 seconds
Then
I click element with xpath "<PLUS_ADD_ECLASS>"
And
I wait for 2 seconds
Then
I click element with xpath "<YOUTUBE_XPATH>"
And
I wait for 3 seconds
Then
I click element with xpath "<YOUTUBE_INPUT_XPATH>"
And
I wait for 1 seconds
And
I set text "<YOUTUBE_LINK>" on element with xpath "<YOUTUBE_INPUT_XPATH>"
And
Enter on element with xpath "<YOUTUBE_INPUT_XPATH>"
And
I wait for 10 seconds
After
NO IMAGE AVAILABLE